Feature: Edit tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 33.881s |
Scenario: Edit a tag successfully
Before
0m 1.180s
Given
I navigate to page "<URL>"
0m 4.626s
And
I enter email "<ADMIN_EMAIL>"
0m 1.316s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.709s
And
I click on the login button
0m 3.754s
And
I wait for 2 seconds
0m 2.447s
And
I click on tags option
0m 1.058s
And
I wait for 2 seconds
0m 2.265s
And
I click on the new tags button
0m 0.704s
And
I write "Nuevo tag" in the tag name
0m 0.318s
And
I write "Descripción de tag" in the tag description
0m 0.694s
And
I save the new tag
0m 0.579s
And
I wait for 2 seconds
0m 2.283s
And
I click on tags option
0m 0.631s
And
I wait for 2 seconds
0m 2.279s
When
I click the last tag in the list
0m 0.483s
And
I wait for 2 seconds
0m 2.275s
And
I write "Tag editado" in the tag name
0m 0.295s
And
I write "Descripción editada de tag" in the tag description
0m 0.499s
And
I save the new tag
0m 0.336s
And
I wait for 2 seconds
0m 2.253s
And
I click on tags option
0m 0.360s
And
I wait for 2 seconds
0m 2.272s
Then
I see that there is a tag in the list with name "Tag editado"
0m 0.262s
After
0m 0.003s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<URL>"
And
I enter email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
And
I click on the new tags button
And
I write "Nuevo tag" in the tag name
And
I write "Descripción de tag" in the tag description
And
I save the new tag
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
When
I click the last tag in the list
And
I wait for 2 seconds
And
I write "Tag editado" in the tag name
And
I write "Descripción editada de tag" in the tag description
And
I save the new tag
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
Then
I see that there is a tag in the list with name "Tag editado"
After
NO IMAGE AVAILABLE